home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni & Inventori
/
Invenzioni and Inventori (Eclectica Publishing) (1996).ISO
/
invenzio
/
tori
/
sharedi.cst
/
03070_Script_3070
< prev
next >
Wrap
Text File
|
1983-01-27
|
581b
|
18 lines
on chiamamenubar
global men,cisei
set cisei to true
if objectP (men) then forget men
set men to window ("menubar")
if the machinetype < 255 then
set the filename of men to ("invenzioni:invenzio:icoinv.dir")
else
set a to char 1 of the moviepath
set the filename of men to (a & ":\invenzio\icoinv.dir")
end if
set the windowType of window "menubar" to 3
set s to rect (the stageLeft,the stageTop +418,the stageLeft+640,the stageTop + 480)
set the rect of window "menubar" to s
open men
moveToFront window "menubar"
end